Creates an empty MSR matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | m |
The number of rows in the matrix. |
||
integer(kind=int32), | intent(in) | :: | n |
The number of columns in the matrix. |
||
integer(kind=int32), | intent(in) | :: | nnz |
The number of non-zero elements in the matrix. |
||
class(errors), | intent(inout), | optional, | target | :: | err |
The error object to be updated. |
The MSR matrix.